home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / windows / winbye21.zip / WINBYE2.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1996-06-22  |  768b  |  38 lines

  1. object Form1: TForm1
  2.   Left = 733
  3.   Top = 453
  4.   Width = 211
  5.   Height = 27
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'WINbye'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   WindowState = wsMinimized
  15.   OnActivate = FormActivate
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object NagScreen1: TNagScreen
  20.     Left = 6
  21.     Top = 11
  22.   end
  23.   object OnlyOne1: TOnlyOne
  24.     Left = 43
  25.     Top = 11
  26.   end
  27.   object TrayIcon1: TTrayIcon
  28.     Active = True
  29.     ShowDesigning = False
  30.     Icon.Data = {<image001.ico>}
  31.     ToolTip = 'Exit'
  32.     OnClick = FormActivate
  33.     OnRightClick = TaskIcon1RightClick
  34.     Left = 79
  35.     Top = 11
  36.   end
  37. end
  38.